Auto merge of #3785 - joshtriplett:insulate-tests-from-user-env, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 2 Mar 2017 02:10:56 +0000 (02:10 +0000)
committerbors <bors@rust-lang.org>
Thu, 2 Mar 2017 02:10:56 +0000 (02:10 +0000)
tests: Insulate from user git environment

Several tests in "cargo test" would fail if the user had any of the Git
environment variables set for name or email address, because those
environment variables would override the tested configuration.  Filter
out those environment variables.


Trivial merge